home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
equal.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
409b
|
67 lines
1(April 1993) 1(April 1993)
NAME
= - equal sign
DESCRIPTION
Equal sign is used to denote a value affectation to a variable.
== denote equality comparison between two expressions and returns a boolean
matrix.
EXAMPLES
a=sin(3.2)
[u,s]=schur(rand(3,3))
[1:10]==4
1~=2
SEE ALSO
less, boolean